home *** CD-ROM | disk | FTP | other *** search
- 38
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- ScreenInfo
- --- RECORDSEPARATOR ---
- Platform:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- W
- --- RECORDSEPARATOR ---
- indows
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Description:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- baScreenInfo returns information about the screen.
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Usage:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Result = baScreenInfo( InfoType )
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Arguments:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- String.
- --- RECORDSEPARATOR ---
- The type of information to get. Can be:
- --- RECORDSEPARATOR ---
- "height"
- --- RECORDSEPARATOR ---
- the height of the screen in pixels
- --- RECORDSEPARATOR ---
- "width"
- --- RECORDSEPARATOR ---
- the width of the screen in pixels
- --- RECORDSEPARATOR ---
- "depth"
- --- RECORDSEPARATOR ---
- the colour depth of the screen in bits
- --- RECORDSEPARATOR ---
- "fontheight"
- --- RECORDSEPARATOR ---
- the height of the system font in pixels
- --- RECORDSEPARATOR ---
- "titlebar height"
- --- RECORDSEPARATOR ---
- the height of the system title bars
- --- RECORDSEPARATOR ---
- "menubar height"
- --- RECORDSEPARATOR ---
- the height of system menus
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Returns:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Integer.
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Examples:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Director:
- --- RECORDSEPARATOR ---
- set ScrHgt = baScreenInfo( "height" )
- --- RECORDSEPARATOR ---
- Authorware:
- --- RECORDSEPARATOR ---
- ScrHgt := baScreenInfo( "height" )
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Notes:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- The values that are returned will be accurate even if the screen size is changed
- --- RECORDSEPARATOR ---
- while the projector or packaged file is running.
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- See also:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- baSetDisplay